home *** CD-ROM | disk | FTP | other *** search
- light("spot_spotmap")
- {
- pass()
- {
- tmu()
- {
- texgen("spotlight")
- texture()
- {
- spotmap()
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip") //FIXIT
- }
- colorop("mul", "texture", "tfactor", "current")
- }
-
- tmu()
- {
- texgen("spotlight_z_att")
- texture()
- {
- image("spot_z.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- colorop("mul", "texture", "current", "current")
- }
- tmu()
- {
- Texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- !include(TEX1OPTIONSFILE)
- }
- colorop("mul", "texture", "current", "current")
- }
-
- tmu()
- {
- Texture()
- {
- Mapchannel(1)
- Image(TEXTURE2)
- !include(TEX2OPTIONSFILE)
- }
- colorop("mul", "texture", "current", "current")
- alphaop("arg2", "texture", "tfactor", "current")
- }
-
- tfactor(1,1,1,0)
- colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
-
- blendfunc("one", "one")
- depthfunc("lequal", 0)
-
- blackfog()
- }
- }
-
-